home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / OrderResponseDetail.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.8 KB  |  55 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. <h1>Order Response Detail</h1>
  14. <p>
  15. Order Response Detail extends Order Detail.
  16. Buying Application can use the VarianceQuantity to determine the
  17. Onhand Quantity and BackOrderedQuantity.
  18. VarianceQuantity is used when you want to specify BackOrder quantity.
  19.  
  20. In other word Variance Quantity specify the difference between what the
  21. supplier is able to ship relative to the requested quantity.
  22.  
  23. </p></intro>
  24.  
  25. <elementtype name="OrderResponseDetail">
  26.     <extends type="OrderDetail">
  27.         <append>
  28.          <element type="VarianceQuantity" occurs="?" />
  29.  
  30.         <!--  This is the price that supplier expect for this particular
  31.         item  -->
  32.          <element type="Price" name="SupplierExpectedUnitPrice" occurs="?" />
  33.  
  34.         <!--  optional error info related to price  -->
  35.             <element type="ErrorInfo" name="PriceErrorInfo" occurs="?" />
  36.  
  37.         <!--  optional error info related to quantity  -->
  38.             <element type="ErrorInfo" name="AvailabilityErrorInfo" occurs="?" />
  39.  
  40.         <!--  free text form that may contain additional info from
  41.             supplier to buyer  -->
  42.         <element type="string" name="SupplierNote" occurs="?" />
  43.  
  44.         </append>
  45.     </extends>
  46. </elementtype>
  47.  
  48. <elementtype name="ListOfOrderResponseDetail">
  49.     <model>
  50.         <element type="OrderResponseDetail" occurs="+" />
  51.     </model>
  52. </elementtype>
  53.  
  54. </schema>
  55.